docs: Fix up GtkPicture docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Dec 2020 16:39:13 +0000 (11:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Dec 2020 16:47:43 +0000 (11:47 -0500)
These were missing proper linking.

gtk/gtkpicture.c

index bd4d9a91bba927f76cc08cfabbc99e2b4fd078e4..9431b571205707d2b3f261af51aa7d76ef77320d 100644 (file)
  *
  * # Sizing the paintable
  *
- * You can influence how the paintable is displayed inside the #GtkPicture. 
- * By turning off GtkPicture::keep-aspect-ratio you can allow the paintable
- * to get stretched. GtkPicture::can-shrink can be unset to make
- * sure that paintables are never made smaller than their ideal size - but be
- * careful if you do not know the size of the paintable in use (like when
- * displaying user-loaded images). This can easily cause the picture to grow larger
- * than the screen. And GtkWidget::halign and GtkWidget::valign can be used
- * to make sure the paintable doesn't fill all available space but is instead
- * displayed at its original size.
+ * You can influence how the paintable is displayed inside the #GtkPicture.
+ * By turning off #GtkPicture:keep-aspect-ratio you can allow the paintable
+ * to get stretched. #GtkPicture:can-shrink can be unset to make sure that
+ * paintables are never made smaller than their ideal size - but be careful
+ * if you do not know the size of the paintable in use (like when displaying
+ * user-loaded images). This can easily cause the picture to grow larger than
+ * the screen. And #GtkWidget:halign and #GtkWidget:valign can be used to make
+ * sure the paintable doesn't fill all available space but is instead displayed
+ * at its original size.
  *
  * # CSS nodes
  *